home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / ulticopy.arc / ULTICOPY.DOC next >
Text File  |  1987-05-28  |  4KB  |  86 lines

  1.  
  2.          Instructions for The Ultimate RAMdisk Copy Program
  3.          July 27, 1986
  4.          File name ULTCPY.PRG or ULTICOPY.PRG
  5.  
  6.          Program and documentation copyright (c) 1986 by David
  7.          Duberman
  8.  
  9.          If you find this program useful and/or would like to receive
  10.          the source code, if for no other reason than to remove the
  11.          two annoying requests for a keypress, send a blank formatted
  12.          3.5" diskette and a check for $5 to:
  13.  
  14.          David Duberman
  15.          1645 West Selby Lane
  16.          Redwood City, CA 94061
  17.  
  18.          How to use The Ultimate RAMdisk Copy Program
  19.  
  20.          It's finally here!  The program every RAMdisk user in the ST
  21.          universe has been breathlessly awaiting!  This program does
  22.          no less than to copy automatically every file and every
  23.          folder (except the AUTO folder) from any floppy to a ramdisk
  24.          (or to any other disk).
  25.  
  26.          You don't have to use the program from an AUTO folder, but
  27.          it's the easiest way.  Simply copy the program into the AUTO
  28.          folder on your boot disk after copying in a ramdisk program.
  29.          Of course, you should use a .PRG type ramdisk program rather
  30.          than an .ACC type, which won't run out of the AUTO folder.
  31.          The best ramdisk available today is in the public domain, and
  32.          comes in two forms, usually called RAMDISK.PRG and
  33.          RAMDSK1M.PRG, plus a RAMDISK.DOC instructions file.  Its main
  34.          advantage is that its contents survive a press of the Reset
  35.          button.  You can download it from the Atari Base BBS at Atari
  36.          headquarters in Sunnyvale, CA.  The number is (408)
  37.          745-5308.
  38.  
  39.          The recommended ramdisk program uses drive D: for the
  40.          ramdisk; others use C:, and some let you specify which drive.
  41.          You can tell ULTICOPY which drives to use for both input and
  42.          output in one of three ways.  The easiest way is to create a
  43.          two-character ASCII file named COPY.INF in the main directory
  44.          of your boot disk.  One way to do this is to use the Personal
  45.          Pascal editor or any other text editor.  You can also use 1st
  46.          Word in non-WP mode, or print to disk from ST Writer.  Or if
  47.          you're using ColorWriter, the great new word processor from
  48.          Shanner International Corp., just rename the standard output
  49.          .DOC file.  In any case, the first two characters in the file
  50.          are what's important ; the program ignores any characters
  51.          beyond these.  They should be the letter specifiers for the
  52.          input drive and the output drive, in that order.  For
  53.          instance, to copy all files and folders from floppy drive A
  54.          to ramdisk D, the file should be:
  55.  
  56.          AD
  57.  
  58.  
  59.          Any lower case letters are converted to upper case.  Another
  60.          legal file to copy everything from drive B to drive C would
  61.          be:
  62.  
  63.          bc
  64.  
  65.          If the program doesn't find the COPY.INF file, it prompts you
  66.          for the two letters.  You're prompted for each separately;
  67.          enter each in upper or lower case.  If you don't enter two
  68.          letters between A and Z, you're prompted again.  If you press
  69.          Return at either prompt, the program uses a default of A, and
  70.          for the output drive the default is D.
  71.  
  72.          Then the program goes to work and copies all files and
  73.          folders (except the AUTO folder) from the specified floppy to
  74.          the specified ramdisk.  The program uses recursion to handle
  75.          nested directories several levels deep.   Count on about six
  76.          levels of subdirectories deep with full (11-character) folder
  77.          names; more with shorter folder names.  All files from all
  78.          folders are copied into the correct folder on the ramdisk.
  79.          Warning: if your directories are nested too deeply, the
  80.          program may crash!
  81.  
  82.          That's it!  Crude but effective, and the price is right!  The
  83.          program is no slouch speed-wise, either.  Pass this program
  84.          and instructions file to your friends if you like, but please
  85.          don't sell it for profit!  Thank you.
  86.